Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: dynamically dispatch context function in WebIDLConverter #1035

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

nathanwhit
Copy link
Member

Avoids re-instantiating the converters with different generic arguments, saving on binary size.

@nathanwhit nathanwhit requested a review from crowlKats January 7, 2025 23:50
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 82.35294% with 27 lines in your changes missing coverage. Please review.

Project coverage is 81.72%. Comparing base (0c7f83e) to head (109ec40).
Report is 223 commits behind head on main.

Files with missing lines Patch % Lines
core/webidl.rs 81.25% 27 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1035      +/-   ##
==========================================
+ Coverage   81.43%   81.72%   +0.28%     
==========================================
  Files          97      103       +6     
  Lines       23877    27864    +3987     
==========================================
+ Hits        19445    22771    +3326     
- Misses       4432     5093     +661     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@littledivy littledivy merged commit 2741f28 into denoland:main Jan 8, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants